docs: fix typo in function name
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 22:11:22 +0000 (17:11 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Mon, 20 Jan 2014 23:27:29 +0000 (18:27 -0500)
gdk/gdkframetimings.c

index ca79914a21b15a954e30f1ad0fc5a108ea3eed9b..1122c5e04f625bccec08bdf71a1a997e99f61df9 100644 (file)
@@ -115,7 +115,7 @@ gdk_frame_timings_get_frame_counter (GdkFrameTimings *timings)
  * accessor functions for #GdkFrameTimings can return 0 to
  * indicate an unavailable value for two reasons: either because
  * the information is not yet available, or because it isn't
- * available at all. Once gdk_frame_timings_complete() returns
+ * available at all. Once gdk_frame_timings_get_complete() returns
  * %TRUE for a frame, you can be certain that no further values
  * will become available and be stored in the #GdkFrameTimings.
  *